ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class
The type of collection items.
Members

In This Topic
    ItemCollection<T> Class
    In This Topic
    Base class for model collections with internal ItemAdded/ItemRemoved events.
    Object Model
    ItemCollection<T> Class
    Syntax
    'Declaration
     
    Public Class ItemCollection(Of T) 
    public class ItemCollection<T> 
    Type Parameters
    T
    The type of collection items.
    Inheritance Hierarchy
    See Also